feat: add support for virtual efuse on NuttX (RDT-1502)#377
feat: add support for virtual efuse on NuttX (RDT-1502)#377hfudev merged 1 commit intoespressif:mainfrom
Conversation
|
@hfudev can we merge this on v1.x? I haven't had the time to work on 2.x. |
|
Hi @fdcavalcanti, I checked your PR and it looks good. There are barely any breaking changes between 1.x and 2.x. Could you rebase on the latest master and try again? If you need a 1.x release, we can do that as well. Usually, backports should be merged after the master branch has been merged. Besides, I noticed that there's some python 3.9 syntax in your PR, if you need to do the backport to 1.x release, we have to support python 3.7. This is one of the major reason for us to bump to 2.x. |
bdabfcb to
bc7634a
Compare
|
@hfudev thanks for the info! I was able to rebase and test, worked fine! |
|
@fdcavalcanti no idea why the ci is not triggered. could you force push again after switching the target branch? |
Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
bc7634a to
5e946a0
Compare
|
LGTM, thank you. |
Description
This change adds support for virtual e-fuses when using MCUboot.
It fixes the primary slot address in flash for the MCUBoot and sets the virtual e-fuse offset.
A new test was also added, along updates to current binaries.
Related
Testing
Tested using pytest and ESP32 target. All tests passing.
Checklist
Before submitting a Pull Request, please ensure the following: